home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Xconq 7.0d37 / source / mac / IMFAppMPW.r < prev    next >
Encoding:
Text File  |  1995-04-15  |  884 b   |  32 lines  |  [TEXT/R*ch]

  1. #include "Types.r"
  2. #include "SysTypes.r"
  3.  
  4. // Resources shared by Think C and MPW C versions.
  5.  
  6. include "IMFAppProj.rsrc" not 'ckid';
  7.  
  8. // Need this for MPW only, since Think C synthesizes.
  9.  
  10. resource 'SIZE' (-1, purgeable)
  11. {
  12.     reserved,
  13.     acceptSuspendResumeEvents,    // ignoreSuspendResumeEvents
  14.     reserved,
  15.     canBackground,                // cannotBackground
  16.     doesActivateOnFGSwitch,        // needsActivateOnFGSwitch
  17.     backgroundAndForeground,    // onlyBackground
  18.     dontGetFrontClicks,            // getFrontClicks
  19.     ignoreAppDiedEvents,        // acceptAppDiedEvents
  20.     is32BitCompatible,            // not32BitCompatible
  21.     isHighLevelEventAware,        // notHighLevelEventAware
  22.     localAndRemoteHLEvents,        // onlyLocalHLEvents
  23.     notStationeryAware,            // isStationeryAware
  24.     dontUseTextEditServices,    // useTextEditServices
  25.     reserved,
  26.     reserved,
  27.     reserved,
  28.     1000*1024,                    // preferred mem size (Bytes)
  29.     500*1024                    // minimum mem size (Bytes)
  30. };
  31.  
  32.